home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando23.dms / in.adf / Decks / MicroServerExamples / AboutTheseDecks.doc < prev    next >
Encoding:
Text File  |  1991-04-20  |  951 b   |  20 lines

  1. About AnimManagerDemo:
  2.  
  3.   This deck is provided as an example of using the AnimManager from a CanDo
  4.   deck.  This deck demonstrates:
  5.  
  6.    1) Running the AnimManager from a script (AfterAttachment).
  7.    2) Loading an animation (AfterAttachment Script, and "LoadAnim" routine)
  8.    3) Playing the animation. (OnRelease of "Play" button)
  9.    4) Pausing the animation. (OnRelease of "Pause" button)
  10.    5) Stepping through the animation. (OnRelease of "Step" button)
  11.    6) Using the results of the Animation. ("UpdateDisplay" routine)
  12.    7) Changing the Playing Speed.   (OnRelease of ".Jiffies" field)
  13.    8) Going to a specified frame.   (OnRelease of "GotoFrame" field)
  14.    9) Playing to a specified frame. (OnRelease of "PlayTo" field)
  15.   10) Changing playing directions.  (OnRelease of "Direction" field)
  16.   11) Defining a button on the Animation display (AfterAttachment)
  17.   12) Processing event of the defined Animation Button.
  18.       ("ARexx#1" arexxobject)
  19.  
  20.